@charset "utf-8";
.cm {
  color: #b81c22;
}
.cm2 {
  color: #af251c;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
@font-face {
  font-family: 'Geometr415BlkBT';
  src: url('../font/Geometr415BlkBT.ttf');
}
@font-face {
  font-family: 'swissbt';
  src: url('../font/SWISSBT.TTF');
}
@font-face {
  font-family: 'Century751No2BT';
  src: url('../font/Century751No2BT.TTF');
}
.inbanner {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner2 {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.inbanner2 > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
/*匠心住宿2关于 设计施工流程标题*/
.cate11 {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.cate11:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff;
}
.cate11 .en {
  font-size: 24px;
  color: #e6462e;
  line-height: 24px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.cate11 .cn {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.cate11 .cn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -74px;
}
.cate11 .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: -74px;
}
/*匠心住宿10联系 banner标题*/
.ibcatein2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5.4%;
}
.ibcatein2 .cn {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
  background: url('../images/line2.png') center no-repeat;
}
.ibcatein2 .cn span {
  padding-left: 8px;
  letter-spacing: 8px;
}
.ibcatein2 .en {
  font-size: 0;
}
.ibcatein2 img {
  max-width: 90%;
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*远见2关于我们 合作单位*/
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #cfd1f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.greybg {
  background-color: #bdbbbc;
}
.greybg2 {
  background-color: #918f8f;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
  width: 100%;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/*美达康 面包屑*/
.baninfo {
  padding: 10px 0;
  height: 40px;
  position: relative;
  z-index: 2;
  background-color: #b81c22;
}
.baninfo .cer8 {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  line-height: 40px;
  height: 40px;
}
.erji a {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-left: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  vertical-align: top;
}
.erji a:first-child {
  margin-left: 0;
}
.erji a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a.on {
  font-weight: bold;
}
.erji a:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tree {
  float: right;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.tree a {
  display: inline-block;
  height: 100%;
  color: #fff;
  vertical-align: middle;
}
.tree a:hover,
.tree a.leaf {
  text-decoration: underline;
}
.tree i {
  display: inline-block;
  width: 22px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tree {
    display: none;
  }
  .erji {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  .erji {
    overflow: auto;
  }
  .erji a {
    margin-left: 40px;
  }
}
/*宝创8产品详情 */
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.berji a {
  display: inline-block;
  width: 164px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
/*海创1首页按钮*/
a.seemore {
  display: block;
  width: 164px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
a.seemore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #ffd04f;
  border-radius: 25px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  background: url('../images/jtr1.png') right no-repeat;
  letter-spacing: 2px;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));
  background-image: linear-gradient(to right, #005ffb, #0292fd);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #005ffb;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
/*美达康1首页按钮*/
a.seemore3 {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #116bb4;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  margin-top: 60px;
  margin-left: 34px;
}
a.seemore3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #116bb4;
}
a.seemore3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
}
a.seemore3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background-color: #116bb4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore3:hover:after {
  height: 100%;
}
a.seemore3:hover {
  background-color: #116bb4;
  color: #fff;
}
/*远见8产品详情 */
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.outnav7 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/lt3h.png');
  background-color: #eb0104;
}
.outnav7 .nav-right:hover {
  background-image: url('../images/gt3h.png');
  background-color: #eb0104;
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 170px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.nav7 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  display: none;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin-top: -7px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #eb0104;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #eb0104;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
.ibcate {
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 3;
  margin-top: -60px;
  color: #fff;
}
.ibcate .cn {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
.ibcate .en {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  text-transform: uppercase;
  word-break: normal;
}
.mouse {
  width: 50px;
  height: 50px;
  margin-top: 123px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  /*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/
  background: url('../images/jtd-ib.png') center 0 no-repeat;
}
@media screen and (max-width: 750px) {
  .ibcate {
    left: 5%;
    width: 90%;
    margin-top: -50px;
    text-align: center;
  }
  .ibcate .cn {
    font-size: 30px;
    line-height: 50px;
  }
  .ibcate .en {
    font-size: 30px;
    line-height: 46px;
  }
}
.fside {
  position: fixed;
  z-index: 50;
  left: 1px;
  top: 50%;
  margin-top: -160px;
  width: 100px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.fside.zk {
  left: -100px;
}
.fside i {
  width: 11px;
  height: 68px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -34px;
  z-index: 10;
  background: #38b9b0 url('../images/sandao.png') center no-repeat;
  cursor: pointer;
  border-radius: 0 9px 9px 0;
}
.fside label {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 6px 6px 0 0;
  background: #38bab1 url('../images/ssdlogo.png') center no-repeat;
}
.fside a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 10px;
}
.fside a .pic {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #38bab1;
  background-color: #38bab1;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fside a > p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #576c87;
  height: 20px;
}
.fside a:hover > .pic {
  background-color: #fff;
}
.fside a:hover > p {
  color: #38bab1;
}
.sideinfo {
  width: 0;
  height: 56px;
  overflow: hidden;
  position: absolute;
  left: 100px;
  top: 10px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo.on {
  width: 214px;
}
.sideinfo div {
  padding: 13px 0 13px 52px;
  width: 148px;
  color: #fff;
  text-align: left;
  position: relative;
}
.sideinfo div h3 {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  display: none;
}
.sideinfo .sidetel {
  background: #af966d url('../images/ssd3.png') 19px no-repeat;
}
.sideinfo .sidetel p {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-family: "Centaur";
}
.sidetel:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -7px;
  z-index: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #af966d;
}
.sideinfo2 {
  width: 70px;
  height: 75px;
  background-color: #af966d;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo2.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sideinfo2 span {
  display: block;
  width: 36px;
  height: 36px;
  padding: 20px 17px;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
}
.sidebigewm {
  display: none;
  position: absolute;
  top: 0;
  left: 74px;
  z-index: 1;
  background-color: #fff;
  width: 120px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.sidebigewm img {
  width: 100%;
}
.fside a .pic.sd1 {
  background-image: url('../images/ssd1.png');
}
.fside a .pic.sd2 {
  background-image: url('../images/ssd2.png');
}
.fside a .pic.sd3 {
  background-image: url('../images/ssd3.png');
}
.fside a .pic.sd4 {
  background-image: url('../images/ssd4.png');
}
.fside a:hover .pic.sd1 {
  background-image: url('../images/ssd1h.png');
}
.fside a:hover .pic.sd2 {
  background-image: url('../images/ssd2h.png');
}
.fside a:hover .pic.sd3 {
  background-image: url('../images/ssd3h.png');
}
.fside a:hover .pic.sd4 {
  background-image: url('../images/ssd4h.png');
}
@media screen and (max-width: 1023px) {
  .fside {
    display: none;
  }
}
.fu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.fubg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.fuin {
  position: absolute;
  width: 540px;
  left: 50%;
  margin-left: -270px;
  top: 50%;
  z-index: 3;
}
.fuin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.fuin a.close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 70px;
  top: 40px;
  z-index: 1;
  background: #cccccc url('../images/close.png') center no-repeat;
  border-radius: 50%;
}
.fuin .fucon {
  padding: 44px 70px 56px;
  background-color: #fff;
  overflow: hidden;
}
.fuin .fucon h2 {
  font-size: 28px;
  color: #2778be;
  line-height: 36px;
  font-weight: bold;
}
.liuyan3 {
  color: #333;
  font-size: 0;
  padding-top: 34px;
}
.liuyan3 .hang {
  height: 50px;
  margin-bottom: 20px;
}
.liuyan3 .hang.fat {
  height: auto;
}
.liuyan3 input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
  font-size: 14px;
  text-indent: 20px;
}
.liuyan3 textarea {
  width: 100%;
  padding: 9px 20px;
  height: 140px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 40px;
  resize: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan3 input[type=text]:focus,
.liuyan3 textarea:focus {
  border-color: #2778be;
}
.liuyan3 input[type=text],
.liuyan3 textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan3 i.v {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan3 .hang2 {
  padding-right: 80px;
  position: relative;
}
.liuyan3 .hang2 input[type=text] {
  width: 100%;
}
.liuyan3 .verifyImg {
  width: 78px;
  height: 48px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.liuyan3 .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin-left: 20px;
  background: url('../images/change2.png') center no-repeat;
}
.liuyan3 input#tj2 {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
  background-image: linear-gradient(to right, #255ba9, #1fb4b8);
}
.liuyan3 input#tj2:hover {
  opacity: 0.8;
}
.liuyan3 .Validform_checktip {
  height: 20px;
  line-height: 20px;
}
.news-out {
  padding: 100px 0 80px;
}
@media screen and (max-width: 1023px) {
  .news-out {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 750px) {
  .news-out {
    padding: 60px 0 60px;
  }
}
.newslist {
  padding: 0 0 2px;
}
.newslist li {
  width: 100%;
}
.newslist li:nth-child(1n+2){
  margin-top: 4%;
}
.newslist li .lin {
  height: 220px;
}
.newslist li a {
  display: block;
  position: relative;
}
.newslist .pic {
  float: left;
  margin-right: 40px;
  width: 320px;
  height: 220px;
  overflow: hidden;
  position: relative;
  border: #eee solid 1px;
  transition: 220ms;
}
.newslist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist li .wz {
  padding: 16px 0 6px;
}
.newslist li h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
}
.newslist li .txt {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 10px;
}
.newslist li:hover h3 {
  color: #b81c22;
}
.newslist li:hover .pic {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.newslist h3 {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1024px) {
    
    .newslist .pic { width: 240px; height: 160px; margin-right: 25px; }
    .newslist li h3 {position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
.lianxi-out {
  padding: 90px 0;
}
.lxlist {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.lxlist li {
  display: inline-block;
  width: 440px;
  max-width: 33%;
  position: relative;
  vertical-align: top;
}
.lxlist li a {
  display: block;
}
.lxlist .pic {
  width: 122px;
  height: 122px;
  margin: 0 auto 22px;
}
.lxlist .p1,
.lxlist .p2 {
  border-radius: 50%;
  overflow: hidden;
}
.lxlist .p1 {
  width: 122px;
  height: 122px;
  background-color: #b81c22;
}
.lxlist .p2 {
  width: 118px;
  height: 118px;
  border: 2px solid #b81c22;
  background-color: #fff;
}
.lxlist .pic .fig {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.lxlist .i1 .p1 .fig {
  background: url('../images/lx1.png') center no-repeat;
}
.lxlist .i1 .p2 .fig {
  background: url('../images/lx1h.png') center no-repeat;
}
.lxlist .i2 .p1 .fig {
  background: url('../images/lx2.png') center no-repeat;
}
.lxlist .i2 .p2 .fig {
  background: url('../images/lx2h.png') center no-repeat;
}
.lxlist .i3 .p1 .fig {
  background: url('../images/lx3.png') center no-repeat;
}
.lxlist .i3 .p2 .fig {
  background: url('../images/lx3h.png') center no-repeat;
}
.rollover {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  overflow: visible!important;
  -webkit-transition: .6s;
  transition: .6s;
}
.rollover .p1,
.rollover .p2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rollover .p2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
li:hover .rollover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.lxlist li h3 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.lxlist li .txt {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin: 6px auto 0;
  max-height: 52px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
}
.lxlist li .txt span {
  display: inline-block;
}
.lxlist li:hover h3 {
  color: #b81c22;
}
#map {
  width: 100%;
  height: 670px;
}
@media screen and (max-width: 960px) {
  .lianxi-out {
    padding: 70px 0;
  }
  .lxlist li {
    width: 50%;
    max-width: none;
  }
  .lxlist li:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news-out2 {
  padding: 90px 0 105px;
}
@media screen and (max-width: 1023px) {
  .news-out2 {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 750px) {
  .news-out2 {
    padding: 70px 0 75px;
  }
}
@media screen and (max-width: 600px) {
  .news-out2 {
    padding: 60px 0 60px;
  }
}
.main {
  position: relative;
  padding-right: 496px;
}
.mainleft {
  width: 100%;
  min-height: 900px;
}
.mainright {
  width: 420px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sdbox .title {
  height: 54px;
  position: relative;
  line-height: 54px;
}
.sdbox .title h5 {
  font-size: 36px;
  color: #333;
  position: relative;
}
.sdbox .title h5:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 0;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top-color: #b81c22;
  border-right-color: #b81c22;
}
.sdbox .hx {
  margin: 30px 0 24px;
  width: 100%;
  height: 6px;
  background: url('../images/xx1.png') center;
}
.atc-h h1 {
  font-size: 36px;
  color: #333;
  line-height: 54px;
  margin-bottom: 18px;
}
.atc-date {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
.atc-date span {
  display: inline-block;
  margin-left: 20px;
}
.atc-date span:first-child {
  margin-left: 0;
}
/*.atc-date span.clock{ background-image: url('../images/clock.png');}
.atc-date span.clerk{ background-image: url('../images/clerk.png');}
.atc-date span.click{ background-image: url('../images/click.png'); margin-right: 0;}*/
.atc-con {
  padding: 30px 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: justify;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #b81c22;
}
.atc-pn {
  overflow: hidden;
  margin-top: 64px;
}
.atc-pn a {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  overflow: hidden;
}
a.atc-prev:hover,
a.atc-next:hover {
  color: #b81c22;
}
.atc-pn a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  -webkit-transition: .6s;
  transition: .6s;
}
a.atc-prev:before {
  background: #ffffff url('../images/lt-atc.png') center no-repeat;
}
a.atc-next:before {
  background: #ffffff url('../images/gt-atc.png') center no-repeat;
}
a.atc-prev:hover:before {
  border-color: #b81c22;
  background-color: #b81c22;
  background-image: url('../images/lt-atch.png');
}
a.atc-next:hover:before {
  border-color: #b81c22;
  background-color: #b81c22;
  background-image: url('../images/gt-atch.png');
}
a.atc-ret {
  display: inline-block;
  vertical-align: top;
  padding-left: 23px;
  background: url('../images/jtl-ret.png') left no-repeat;
  width: auto;
}
a.atc-ret:hover {
  color: #b81c22;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .main {
    padding-right: 400px;
  }
  .mainright {
    width: 340px;
  }
}
@media screen and (max-width: 1300px) {
  .main {
    padding-right: 0;
  }
  .mainleft {
    width: 100%;
    min-height: 0;
  }
  .mainright {
    position: relative;
    width: 100%;
  }
  .mainright .sdbox {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .atc-h h1 {
    font-size: 28px;
    line-height: 46px;
  }
}
.sdnewslist {
  width: 100%;
  margin-top: 35px;
}
.sdnewslist li {
  width: 100%;
  border-bottom: 1px dotted #c3c3c3;
}
.sdnewslist li a {
  display: block;
  position: relative;
}
.sdnewslist li .wz {
  padding: 22px 0 27px;
}
.sdnewslist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
}
.sdnewslist li .date {
  font-size: 16px;
  color: #d5d5d5;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 6px;
}
.sdnewslist li:hover h3 {
  color: #b81c22;
}
.sdnewslist h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.yingyong-out {
  padding: 70px 0 56px;
}
@media screen and (max-width: 750px) {
  .yingyong-out {
    padding: 60px 0;
  }
}
.cate4 {
  text-align: center;
}
.cate4 .cn {
  font-size: 36px;
  color: #333;
  line-height: 48px;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .cate4 .cn {
    font-size: 28px;
    line-height: 40px;
  }
}
.sw8out {
  position: relative;
  width: 100%;
  margin-top: 65px;
  padding-bottom: 68px;
}
#sw8 {
  height: 564px;
}
#sw8 .swiper-slide {
  width: 1000px;
}
.sw8out .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.sw8out .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #bfbfbf;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw8out .swiper-pagination-bullet-active {
  background-color: #b81c22;
}
.sw8out .sw-next,
.sw8out .sw-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  text-align: center;
  border-radius: 5px;
  margin-top: -25px;
}
.sw8out .sw-prev {
  right: 50%;
  margin-right: 540px;
  background: rgba(255, 255, 255, 0.5) url('../images/lt-ev.png') center no-repeat;
}
.sw8out .sw-next {
  left: 50%;
  margin-left: 540px;
  background: rgba(255, 255, 255, 0.5) url('../images/gt-ev.png') center no-repeat;
}
.sw8out .sw-prev:hover,
.sw8out .sw-next:hover {
  background-color: #fff;
}
.sw8out .sw-prev:hover {
  background-image: url('../images/lt-evh.png');
}
.sw8out .sw-next:hover {
  background-image: url('../images/gt-evh.png');
}
.sw8out .year-prev,
.sw8out .year-next {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 490px;
}
.sw8out .year-prev:hover,
.sw8out .year-prev:hover {
  color: #b81c22;
}
.sw8out .year-prev {
  right: 50%;
  margin-right: 10px;
  text-align: left;
}
.sw8out .year-next {
  left: 50%;
  margin-left: 10px;
  text-align: right;
}
#sw8 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#sw8 .swiper-slide .pic {
  width: 100%;
  height: 564px;
  font-size: 0;
  line-height: 564px;
  background-color: #000;
}
#sw8 .swiper-slide img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sw8 .swiper-slide-active img {
  opacity: 1;
}
#sw8 .wz {
  width: 100%;
  display: none;
}
#sw8 h3 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
  #sw8 .swiper-slide {
    width: 100%;
  }
  .sw8out .sw-prev {
    right: auto;
    left: 5%;
    margin-right: 0;
  }
  .sw8out .sw-next {
    left: auto;
    right: 5%;
    margin-left: 0;
  }
  .sw8out .year-prev,
  .sw8out .year-next {
    max-width: 49%;
  }
  .sw8out .year-prev {
    right: auto;
    left: 1%;
    margin-right: 0;
  }
  .sw8out .year-next {
    left: auto;
    right: 1%;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  #sw8 {
    height: 480px;
  }
  #sw8 .swiper-slide .pic {
    height: 480px;
    line-height: 480px;
  }
  .sw8out .sw-prev {
    left: 2%;
  }
  .sw8out .sw-next {
    right: 2%;
  }
}
.pro-out {
  padding: 100px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1023px) {
  .pro-out {
    padding: 80px 0 80px;
  }
}
.proleilist {
  width: 100%;
}
.proleilist li {
  height: 482px;
  background-color: #fff;
}
.proleilist li + li {
  margin-top: 78px;
}
.proleilist li a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.proleilist li .pic {
  float: right;
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 482px;
  font-size: 0;
}
.proleilist li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.proleilist li .wz {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
}
.proleilist li .wz .inner {
  margin: auto 0;
  padding: 0 12.5%;
}
.proleilist li h4 {
  font-size: 64px;
  color: #3e3a39;
  line-height: 72px;
  height: 72px;
  overflow: hidden;
  letter-spacing: 2px;
}
.proleilist li h5 {
  font-size: 54px;
  color: #3e3a39;
  line-height: 72px;
  height: 72px;
  font-weight: bold;
  overflow: hidden;
}
.proleilist li h3 {
  font-size: 24px;
  color: #7d7d7d;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  margin: 10px 0;
}
.proleilist li .txt {
  font-size: 34px;
  color: #646464;
  line-height: 50px;
  overflow: hidden;
}
.proleilist li .txt span {
  font-size: 37px;
  color: #b81c22;
  margin-right: 10px;
}
.proleilist li label {
  display: block;
  width: 174px;
  height: 50px;
  margin-top: 44px;
  letter-spacing: 0;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #b81c22;
}
.proleilist h4,
.proleilist h5,
.proleilist label {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.proleilist li:hover h4,
.proleilist li:hover h5 {
  color: #b81c22;
}
.proleilist li label:hover {
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) {
  .proleilist li {
    height: auto;
  }
  .proleilist li a {
    height: auto;
    padding: 30px 30px 60px;
  }
  .proleilist li .pic {
    float: none;
    width: 100%;
  }
  .proleilist li .wz {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .proleilist li .wz .inner {
    padding: 0 0;
  }
  .proleilist li h4,
  .proleilist li h5 {
    font-size: 44px;
    line-height: 56px;
    height: 56px;
  }
  .proleilist li label {
    margin: 44px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .proleilist li .pic {
    height: 400px;
    line-height: 400px;
  }
  .proleilist li h4,
  .proleilist li h5 {
    font-size: 34px;
    line-height: 44px;
    height: 44px;
  }
  .proleilist li .txt {
    font-size: 24px;
    line-height: 40px;
  }
  .proleilist li + li {
    margin-top: 60px;
  }
}
.zaopin-out {
  padding: 84px 0;
}
@media screen and (max-width: 1023px) {
  .zaopin-out {
    padding: 70px 0;
  }
}
.cate7 .cn {
  font-size: 40px;
  line-height: 1.5em;
  color: #333;
}
.cate7 .intro {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .cate7 .cn {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .cate7 .cn {
    font-size: 24px;
  }
}
.zplist {
  margin-top: 58px;
}
.zplist li {
  background-color: #f7f8fa;
  padding: 44px 42px 36px;
}
.zplist li + li {
  margin-top: 34px;
}
.zplist .zpone {
  height: 42px;
  cursor: pointer;
  position: relative;
  padding-right: 80px;
}
.zplist .zpone:before {
  content: '';
  width: 5px;
  height: 40px;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 0;
  background-color: #dedede;
  display: none;
}
.zplist .zpone h3 {
  font-size: 22px;
  color: #333;
  line-height: 42px;
  font-weight: bold;
  height: 42px;
  overflow: hidden;
}
.zplist .zphand {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 42px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.zplist .zphand span {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
.zplist .zphand i {
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 1;
  width: 24px;
  height: 24px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
  font-family: "simsun";
  font-style: normal;
}
.zpcon {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 14px;
}
.zplist li.on .zpcon {
  height: auto;
}
.zplist .zpinfo {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 40px;
}
.zplist .zpinfo span {
  color: #666;
  margin-left: 130px;
}
.zplist .zpinfo span:first-child {
  margin-left: 0;
}
.zplist li.on {
  background-color: #74797c;
}
.zplist li:hover {
  -webkit-box-shadow: 0 0 5px 0 #dedede;
          box-shadow: 0 0 5px 0 #dedede;
}
.zplist li.on .zphand i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.zplist li,
.zplist .zphand i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.zplist .zpone h3,
.zplist .zphand span,
.zplist .zphand i,
.zpcon,
.zplist .zpinfo span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zplist li.on .zpone h3,
.zplist li.on .zphand span,
.zplist li.on .zphand i,
.zplist li.on .zpcon,
.zplist li.on .zpinfo span {
  color: #fff;
}
.zplist li.on .zpcon * {
  color: #fff!important;
}
@media screen and (max-width: 750px) {
  .zplist li {
    padding: 30px 5%;
  }
  .zplist .zpone h3 {
    font-size: 20px;
  }
  .zplist .zpinfo {
    margin-top: 30px;
  }
  .zplist .zpinfo span {
    color: #666;
    margin-left: 40px;
  }
}
.cate1 {
  position: relative;
}
.cate1 .cn {
  font-size: 36px;
  color: #b81c22;
  line-height: 56px;
  font-weight: bold;
}
.cate1 .en {
  font-size: 22px;
  color: #999;
  line-height: 32px;
  text-transform: uppercase;
}
.ab4 {
  padding: 84px 0 100px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1023px) {
  .ab4 {
    padding: 72px 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .ab4 {
    padding: 60px 0 60px;
  }
  .cate1 .cn {
    font-size: 30px;
    line-height: 48px;
  }
}
.mozlist {
  overflow: hidden;
  padding: 60px 0 1px;
  margin: 0 -9px;
}
.mozlist li {
  float: left;
  width: 33.33%;
  margin-bottom: 16px;
}
.mozlist li .lin {
  padding: 0 9px;
}
.mozlist li a {
  display: block;
  position: relative;
  width: 100%;
}
.mozlist li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.4%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  position: relative;
}
.mozlist li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mozlist li h3 {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  height: 30px;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  margin-top: 10px;
}
.mozlist li:hover h3 {
  color: #b81c22;
}
.mozlist h3 {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1023px) {
  .mozlist li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .mozlist {
    margin: 0;
    padding-top: 50px;
  }
  .mozlist li .lin {
    padding: 0;
  }
  .mozlist li {
    float: none;
    width: 100%;
  }
}
.ab1title {
  font-size: 36px;
  color: #b81c22;
  line-height: 50px;
  margin-top: 58px;
  margin-bottom: 34px;
}
.ab1con {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  text-align: justify;
}
.ab1con img {
  max-width: 100%;
}
.ab1 {
  padding: 108px 0 120px;
  background: #ffffff url('../images/ab1bg.jpg') right bottom no-repeat;
}
@media screen and (max-width: 1023px) {
  .ab1 {
    padding: 88px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .ab1 {
    padding: 68px 0 80px;
  }
  .ab1title {
    font-size: 28px;
  }
}
.ab2 {
  padding: 102px 0 108px;
  background: url('../images/ab2bg.jpg') center / cover no-repeat;
}
@media screen and (max-width: 1023px) {
  .ab2 {
    padding: 82px 0 88px;
  }
}
@media screen and (max-width: 750px) {
  .ab2 {
    padding: 62px 0 68px;
  }
}
.whlist {
  margin-top: 66px;
}
.whlist li {
  width: 100%;
}
.whlist li + li {
  margin-top: 58px;
}
.whlist li a {
  display: block;
  position: relative;
  padding-left: 254px;
}
.whlist li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 86px;
  z-index: 0;
  width: 110px;
  height: 1px;
  background-color: #b81c22;
}
.whlist h3 {
  font-size: 36px;
  color: #333;
  line-height: 56px;
  -webkit-transition: .4s;
  transition: .4s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.whlist h4 {
  font-size: 36px;
  color: #b81c22;
  line-height: 56px;
  font-family: "Lucida Bright";
  text-transform: uppercase;
}
.whlist .txt {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin-top: 10px;
}
.whlist li:hover h3 {
  color: #b81c22;
}
@media screen and (max-width: 750px) {
  .whlist li a {
    padding-left: 80px;
  }
  .whlist h3 {
    position: relative;
    font-size: 30px;
    line-height: 50px;
  }
  .whlist h4 {
    font-size: 30px;
    line-height: 50px;
  }
  .whlist li a:before {
    width: 50px;
    top: 76px;
  }
}
.ab3 {
  padding: 94px 0 230px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
#canvasRoom {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -40%;
  left: 0px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .ab3 {
    background: #ffffff url('../images/ab3bg.jpg') bottom no-repeat;
  }
  #canvasRoom {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .ab3 {
    padding: 80px 0 230px;
  }
}
.fazhan {
  margin-top: 78px;
  margin-bottom: 20px;
}
.fazhan .swiper-container {
  height: 380px;
}
.yearpic {
  font-size: 0;
  white-space: nowrap;
  min-width: 100%;
  overflow: hidden;
}
.yearpic li {
  display: inline-block;
  width: 306px;
  height: 100%;
  position: relative;
  background: url('../images/dna.png') 0 center repeat-x;
}
.yearpic li .inner {
  width: 80%;
  height: 100%;
  position: relative;
  left: 76px;
}
.yearpic li .inner:before {
  content: '';
  position: absolute;
  left: -5px;
  bottom: 50%;
  z-index: 2;
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 50%;
  margin-bottom: 55px;
}
.yearpic li i {
  position: absolute;
  width: 2px;
  height: 120px;
  left: 0px;
  bottom: 50%;
  z-index: 1;
  background-color: #333;
  margin-bottom: 65px;
}
.yearpic li .wrap {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1;
  width: 100%;
  text-align: left;
}
.yearpic li .date {
  height: 38px;
  cursor: pointer;
  font-size: 20px;
  line-height: 38px;
  color: #333;
  margin-bottom: 5px;
}
.yearpic li .date span {
  display: inline-block;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 34px;
  color: #333;
  font-family: "Helvetica";
  margin-right: 5px;
}
.yearpic li dl {
  width: 100%;
  min-height: 26px;
  max-height: 104px;
  overflow: hidden;
}
.yearpic li dd {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  white-space: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.yearpic li:hover .date span {
  color: #b81c22;
}
.yearpic li:hover dd {
  color: #b81c22;
}
.yearpic li:hover .inner:before {
  background-color: #b81c22;
}
.yearpic li:hover i {
  background-color: #b81c22;
}
.yearpic li:nth-child(even) .wrap {
  top: auto;
  bottom: 0;
}
.yearpic li:nth-child(even) i {
  top: 50%;
  bottom: auto;
  margin-top: 65px;
  margin-bottom: 0;
}
.yearpic li:nth-child(even) .inner:before {
  top: 50%;
  margin-top: 55px;
  bottom: auto;
  margin-bottom: 0;
}
#sw2 .swiper-slide-active .date span {
  color: #b81c22;
}
#sw2 .swiper-slide-active .date {
  color: #b81c22;
}
#sw2 .swiper-slide-active dd {
  color: #b81c22;
}
#sw2 .swiper-slide-active .inner:before {
  background-color: #b81c22;
}
#sw2 .swiper-slide-active i {
  background-color: #b81c22;
}
@media screen and (max-width: 750px) {
  .yearpic li .inner {
    left: 10px;
  }
  .yearpic li {
    background-position: -66px 50%;
  }
}
.pp-out {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #fff;
}
#ppleft {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
#ppleft.fixed {
  position: fixed;
}
#ppright {
  float: right;
  width: 50%;
  background-color: #f5f5f5;
}
#ppleft .inner {
  padding-left: 10%;
  padding-right: 10%;
}
#ppright .inner {
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 960px) {
  #ppleft {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  #ppleft.fixed {
    position: relative;
  }
  #ppright {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #ppleft .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  #ppright .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.sw6out {
  position: relative;
  width: 100%;
  padding-top: 84px;
  padding-bottom: 40px;
}
#sw6 {
  height: 662px;
}
#sw6 .swiper-slide {
  width: 100%;
}
.sw6out .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.sw6out .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 24px;
  background-color: #d9d9d9;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw6out .swiper-pagination-bullet-active {
  background-color: #b81c22;
  -webkit-box-shadow: 0 0 0 5px rgba(184, 28, 34, 0.1);
          box-shadow: 0 0 0 5px rgba(184, 28, 34, 0.1);
}
.sw6out .sw-next,
.sw6out .sw-prev {
  position: absolute;
  bottom: 286px;
  width: 68px;
  height: 68px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
}
.sw6out .sw-prev {
  left: 0;
  background: #9a7c65 url('../images/lt-fpro.png') center no-repeat;
}
.sw6out .sw-next {
  right: 0;
  background: #9a7c65 url('../images/gt-fpro.png') center no-repeat;
}
.sw6out .sw-prev:hover,
.sw6out .sw-next:hover {
  background-color: #f3ebdf;
}
.sw6out .sw-prev:hover {
  background-image: url('../images/lth-fpro.png');
}
.sw6out .sw-next:hover {
  background-image: url('../images/gth-fpro.png');
}
#sw6 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#sw6 .swiper-slide .pic {
  width: 100%;
  height: 560px;
  text-align: center;
  font-size: 0;
  line-height: 560px;
}
#sw6 .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#sw6 h3 {
  font-size: 36px;
  color: #646464;
  line-height: 72px;
  text-align: center;
  width: 100%;
  height: 72px;
  overflow: hidden;
  margin-top: 30px;
}
#sw6 h3 span {
  color: #b81c22;
}
.ppright .pronameen {
  font-size: 50px;
  line-height: 62px;
  color: #222;
  font-weight: bold;
  margin-top: 36px;
}
.ppright .proname {
  font-size: 24px;
  line-height: 42px;
  color: #333;
  position: relative;
}
.ppright .hx {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 46px 0 54px;
}
.ppright .pronamewrap {
  padding-right: 60px;
  position: relative;
}
.ppright a.proret {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background: url('../images/ret.png') center no-repeat;
}
.tree2 {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  padding-top: 84px;
}
.tree2 a {
  display: inline-block;
  height: 100%;
  color: #999;
  vertical-align: middle;
}
.tree2 a:hover,
.tree a.leaf {
  color: #b81c22;
}
.tree2 i {
  display: inline-block;
  width: 20px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.prosecond {
  padding-bottom: 92px;
}
.protitle {
  padding-left: 27px;
  line-height: 40px;
  color: #333;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.protitle:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  z-index: 0;
  width: 5px;
  height: 18px;
  background-color: #b81c22;
  border-radius: 2px;
}
.protitle span.cn {
  font-size: 20px;
  font-weight: bold;
}
.proconout + .proconout {
  padding-top: 72px;
}
.procontent {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-top: 16px;
}
.prosecond img {
  max-width: 100%;
}
.prosecond table {
  max-width: 100%;
}
.prosecond .erfen > p {
  display: inline-block;
  min-width: 48%;
}
.fmain {
  width: 100%;
  overflow: hidden;
  border-top: 4px solid #af251c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: centere;
      -ms-flex-pack: centere;
          justify-content: centere;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fabout {
  width: 33.33%;
  height: 310px;
  background: #fcfeff url('../images/shan.jpg') right bottom no-repeat;
}
.fabout .inner {
  padding: 36px 15% 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fcate1 {
  position: relative;
}
.fcate1 .cn {
  font-size: 20px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
}
.fcate1 .en {
  font-size: 16px;
  color: #999;
  line-height: 22px;
  text-transform: uppercase;
}
.faboutcon {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  max-height: 78px;
  margin-top: 24px;
}
.faboutcon img {
  max-width: 100%;
}
.fabout a.fmore {
  margin-top: 38px;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  color: #d3d3d3;
  line-height: 30px;
  height: 30px;
}
.fabout a.fmore:hover {
  color: #b81c22;
}
.fpro {
  width: 33.33%;
  height: 310px;
}
.fpro .inner {
  padding: 36px 10% 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sw13out {
  position: relative;
  width: 100%;
  height: 220px;
  z-index: 1;
}
#sw13 {
  width: 100%;
  height: 100%;
}
.sw13out .swiper-pagination {
  right: 0;
  top: 0;
  font-size: 0;
  margin-top: -42px;
}
.sw13out .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: #ddd;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw13out .swiper-pagination-bullet-active {
  background-color: #af251c;
}
.fittuwen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fittuwen .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  font-size: 0;
  text-align: center;
  line-height: 220px;
}
.fittuwen img {
  max-width: 90%;
  max-height: 75%;
}
.fittuwen .ttxt {
  width: 176px;
  height: 100%;
}
.fittuwen .ttxt > h5 {
  font-size: 28px;
  color: #666;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  overflow: hidden;
  padding-top: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-slide-active .fittuwen .ttxt > h5 {
  color: #b81c22;
}
.fittuwen .ttxt .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin: 8px 0 12px;
}
.fittuwen a.fmore {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  color: #d3d3d3;
  line-height: 32px;
  height: 32px;
}
.fittuwen a.fmore:hover {
  color: #b81c22;
}
.fnews {
  width: 33.33%;
  height: 310px;
  background-color: #f2f4f5;
}
.fnews .inner {
  padding: 36px 15% 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fnewslist li {
  line-height: 32px;
  height: 32px;
}
.fnewslist li a {
  display: block;
  height: 100%;
  font-size: 14px;
  color: #747474;
  padding-left: 80px;
  position: relative;
}
.fnewslist li a:hover {
  color: #af251c;
}
.fnewslist li span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fnewslist li i {
  width: 80px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-style: normal;
  color: #999;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fnewslist li a:hover i {
  color: #af251c;
}
.fnonelist {
  width: 100%;
  height: 32px;
  font-size: 0;
}
.fnonelist li {
  display: inline-block;
  width: 80px;
  height: 32px;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
}
.fnonelist li:hover,
.fnonelist li.on {
  color: #af251c;
}
.fnonelist li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fnone-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fn-bar {
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #dedfe2;
  margin: 10px 0 28px;
}
.fn-thumb {
  position: absolute;
  width: 54px;
  height: 100%;
  background-color: #af251c;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fnonelist a.fmore {
  float: right;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  color: #d3d3d3;
  line-height: 32px;
  height: 32px;
}
.fnonelist a.fmore:hover {
  color: #b81c22;
}
@media screen and (max-width: 1200px) {
  .fabout {
    width: 100%;
  }
  .fabout .inner {
    padding: 36px 10% 0;
  }
  .fpro {
    width: 100%;
  }
  .fnews {
    width: 100%;
  }
  .fnews .inner {
    padding: 36px 10% 0;
  }
}
@media screen and (max-width: 600px) {
  .fabout .inner {
    padding: 36px 5% 0;
  }
  .fpro .inner {
    padding: 36px 5% 0;
  }
  .fnews .inner {
    padding: 36px 5% 0;
  }
}
.sw11out {
  position: relative;
  width: 100%;
  height: 708px;
  z-index: 1;
}
#sw11 {
  width: 100%;
  height: 100%;
}
#sw11 .swiper-slide {
  overflow: hidden;
}
.sw11out .swiper-pagination {
  left: 5%;
  bottom: 34px;
  width: 350px;
  font-size: 0;
}
.sw11out .swiper-pagination-bullet {
  width: 44px;
  height: 30px;
  margin: 0 0;
  outline: 0 none;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-family: 'swissbt';
  text-shadow: 0 0 2px #af251c;
}
.sw11out .swiper-pagination-bullet-active {
  color: #af251c;
}
.sw11out .sw-next,
.sw11out .sw-prev {
  position: absolute;
  left: 5%;
  bottom: 34px;
  width: 40px;
  height: 30px;
  z-index: 10;
  font-size: 0;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.sw11out .sw-prev {
  background: url('../images/lt1.png') 0 center no-repeat;
}
.sw11out .sw-next {
  margin-left: 270px;
  background: url('../images/gt1.png') 100% center no-repeat;
}
.sw11out .sw-prev:hover,
.sw11out .sw-next:hover {
  background-position: 50% 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(175, 37, 28, 0.5);
          box-shadow: 0 0 10px 0 rgba(175, 37, 28, 0.5);
}
#sw11 .slideinner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#sw11 .slideinner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sw12 {
  width: 360px;
  height: 56px;
  position: absolute;
  right: 5%;
  bottom: 34px;
  z-index: 11;
  padding: 10px!important;
}
#sw12 .swiper-slide {
  width: 76px;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0;
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
#sw12 .swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border: 3px solid #d7a2a2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw12 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
#sw12 .swiper-slide.swiper-slide-thumb-active:before {
  border-color: #fff;
}
#sw12 .swiper-slide.swiper-slide-thumb-active {
  top: -5px;
}
#sw12 .swiper-slide:hover:before {
  border-color: transparent;
}
@media screen and (max-width: 1400px) {
  .sw11out {
    padding-bottom: 50%;
    height: auto;
  }
  #sw11 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  /*.sw11out{ padding-bottom: 100%;}*/
  #sw12 {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
  .sw11out .swiper-pagination {
    width: 90%;
    bottom: 6px;
  }
  .sw11out .swiper-pagination-bullet {
    width: 30px;
  }
  .sw11out .sw-next {
    left: auto;
    right: 5%;
    margin-left: 0;
  }
}
#HomeTopCanvas {
  margin: auto;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
}
@media screen and (max-width: 750px) {
  #HomeTopCanvas {
    display: none;
  }
}
